home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / topspin2.arc / DEMO.MNU < prev    next >
Encoding:
Text File  |  1987-09-03  |  1.9 KB  |  51 lines

  1.  
  2.  
  3.  
  4.                                  DEMONSTRATION MENU
  5. *******************************************************************************
  6.  
  7.                                 Current File: %1
  8.  
  9.         F1 Edit current file                    F2 Make %1.exe file
  10.         F3 Edit this menu                       F4 Debug %1.exe file
  11.         F5 Do anything                          F6 Refetch disk parms
  12.         F7 Do above again                       F8 Copy %1.exe to floppy
  13.         F9 Backup source                        F10 Change current file
  14.  
  15.                                 Press ESC to exit
  16.  
  17. ******************************************************************************
  18. #* This is an example of a comment line
  19. #* The next non comment line will load WordStar (if it is in  the 
  20. #* system).
  21. #* The lines starting with lbs sign colon define  a  'runstream' 
  22. #* that is, a series of characters that will be supplied  to  the 
  23. #* computer  just  as though the operator had  typed  them.  The 
  24. #* percentage number will be expanded just as they are in a batch 
  25. #* file.
  26. #* The line with the tilde suspends the runstream until we  exit 
  27. #* WordStar,   at  which time we then  perform  the  line  which 
  28. #* follows it . It is not legal to place comment lines between
  29. #* the areas defined by the lbs sign colon.  See next 
  30. #* comment line for next legal position.
  31. ##ws
  32. #:n%1.asm
  33. #:~
  34. #:!dir/w
  35. #* This is the next legal comment area
  36. #* Putting an exclamation mark at the start of a line will  cause 
  37. #* the  menu to print the message "Press any  key  to  continue" 
  38. #* before we return to the displayable menu
  39. ##!a %1
  40. #* This is also a legal comment area
  41. ##.ws
  42. #:ndemo.mnu
  43. ##debug %1.exe demo.mnu
  44. ##?!"What do you want to do? "%2 
  45. ##>
  46. ##!%2
  47. ##;copy %1.exe b:
  48. ##copy %1.asm b:
  49. ##<"What is the new program to work on? "%1
  50. #end
  51.